[TOOLS] sync qemu and python view of save filenames after 15241:b0109d3dc3dd
authorTim Deegan <Tim.Deegan@xensource.com>
Mon, 11 Jun 2007 10:37:10 +0000 (11:37 +0100)
committerTim Deegan <Tim.Deegan@xensource.com>
Mon, 11 Jun 2007 10:37:10 +0000 (11:37 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
tools/python/xen/xend/image.py

index c578057117a97cd436d8bc9f1d56b8d531b5eefa..0bbd744e0824e8db54453cd7e2652616630a14fd 100644 (file)
@@ -428,7 +428,7 @@ class HVMImageHandler(ImageHandler):
                              (self.getRequiredInitialReservation() / 1024) ])
         args = args + self.dmargs
         if restore:
-            args = args + ([ "-loadvm", "/var/lib/xen/xen.qemu-dm.%d" %
+            args = args + ([ "-loadvm", "/var/lib/xen/qemu-save.%d" %
                              self.vm.getDomid() ])
         env = dict(os.environ)
         if self.display: